projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9d8180
)
(PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 8 Dec 2006 17:15:39 +0000
(17:15 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 8 Dec 2006 17:15:39 +0000
(17:15 +0000)
is 64-bit.
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index 50e7c0660b44387fed7c7fff54765ccff508ebfe..3c4c9dc08bf194e02eb1280ebde38afb716b7af4 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-72,7
+72,7
@@
enum text_cursor_kinds
#if !defined(HAVE_X_WINDOWS)
-#define PIX_TYPE
int
+#define PIX_TYPE
unsigned long
/* A (mostly empty) x_output structure definition for building Emacs
on Unix and GNU/Linux without X support. */